-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement standard MPI ABI #43
base: main
Are you sure you want to change the base?
Conversation
@eschnett I'm a bit curious as to what the status of this is? Is it a PoC or will it make it to a release? |
This is beta quality, so to say. It works locally with MPICH and OpenMPI on Linux and macOS. I'll have to check with the current draft of the next MPI standard (to avoid accidental incompatibilities), clean it up a bit, and then start testing on actual HPC systems. It's delayed because I am busy with other projects, but this is definitively the future of MPItrampoline. |
... and test with a few real-world applications, of course. |
No description provided.